Call subroutine
This part calls the named subroutine. The main routine pauses until the final Return part of the subroutine is reached, then
the main routine continues running.
Tips for use:
- Click on the name of the subroutine to edit it.
- Values cannot be returned from subroutines.
- Variables that have been used in the main routine can also be used in any subroutines called from the main routine.
See also: